Reply to sceneDepth not working on latest iOS 14 beta update You need to enable the scene depth semantics first. let config = ARWorldTrackingConfiguration() config.frameSemantics = [.sceneDepth, .smoothedSceneDepth] arSession.run(config) App & System Services Core OS Jun ’22